Version

Item Property (SortConditionCollection<T>)

Gets or sets the pair of item and sort condition at the specified index.
Overload List
OverloadDescription
Item(Int32)Gets or sets the pair of item and sort condition at the specified index.  
Item(T)Gets or sets the sort condition for the specified sort-able item.  
Exceptions
ExceptionDescription
System.ArgumentNullException The Key or Value of the assigned value is null.
System.InvalidOperationException The Key of the assigned value already in the collection at a different index.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also